-
Notifications
You must be signed in to change notification settings - Fork 104
feat: dockview accessibility #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: dockview accessibility #701
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit eead24c:
|
f3c6742
to
23a7bbe
Compare
hey @mathuo, just wanted to follow up on this PR. Is this something you have planned in the near future? Would you prefer any changes before moving forward? Thanks for your time! Your work on this package is well appreciated! |
679d38b
to
160d97b
Compare
Hey @mathuo, this sounds like a great feature to have. We are also investigating accessibility improvement on using DockView and like to have this one. |
@p3yman, I've been using pnpm to patch my branch after locally building. I'm looking for feedback on the changes I've made and would appreciate any suggestions you have! |
+1 would love for this to be available |
@mathuo I would also love to see this merged |
@mathuo Would like to see this merged. We are waiting on it. 🙏 |
Sorry, I was watching this and then it fell of my radar for awhile. I need to release a bug and then once that is done I'll make sure this is reviewed, enhanced and deployed in a subsequent version. |
continued here |
Wanted to improve the accessibility of the tabs and their panels.
Used the example in https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/ essentially.
I started working on this yesterday because I need it for my project, and have just noticed the #700 also requests for this.